home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / presto / prest_04.lha / src / makelinks < prev    next >
Text File  |  1989-06-06  |  187b  |  12 lines

  1. #!/bin/csh -fxv
  2. rm -rf Profile
  3. mkdir Profile
  4. cd Profile
  5. ln -s ../*{[A-Za-z].c,h,Makefile,.s} .
  6.  
  7. cd ..
  8. rm -rf StraightC
  9. mkdir StraightC
  10. cd StraightC
  11. ln -s ../*{[A-Za-z].c,h,Makefile,.s} .
  12.